ASP.NET Core MVC コントロールヘルプ
Bind(String,String) メソッド

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ChartAxisBuilder<T> クラス > Bind メソッド : Bind(String,String) メソッド
The field for binding with the data source.
The url of the action which is used for reading data
Bind the axis with a special data source to customize the labels.
シンタックス
'宣言
 
Public Overloads Function Bind( _
   ByVal bindingFields As System.String, _
   ByVal readActionUrl As System.String _
) As ChartAxisBuilder(Of T)
public ChartAxisBuilder<T> Bind( 
   System.string bindingFields,
   System.string readActionUrl
)

パラメータ

bindingFields
The field for binding with the data source.
readActionUrl
The url of the action which is used for reading data

戻り値の型

Current builder
参照

ChartAxisBuilder<T> クラス
ChartAxisBuilder<T> メンバ
オーバーロード一覧